﻿2026-06-15T08:24:08.4091708Z ##[group]Run set -euo pipefail
2026-06-15T08:24:08.4092018Z [36;1mset -euo pipefail[0m
2026-06-15T08:24:08.4092233Z [36;1mPIN=0c95435[0m
2026-06-15T08:24:08.4092443Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T08:24:08.4092697Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T08:24:08.4093040Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T08:24:08.4093468Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T08:24:08.4093887Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T08:24:08.4094232Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T08:24:08.4094466Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T08:24:08.4094724Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T08:24:08.4095048Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T08:24:08.4095363Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T08:24:08.4095687Z [36;1mfi[0m
2026-06-15T08:24:08.4095992Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T08:24:08.4109818Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T08:24:08.4110108Z env:
2026-06-15T08:24:08.4110293Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T08:24:08.4110703Z ##[endgroup]
2026-06-15T08:24:08.6786992Z    Compiling proc-macro2 v1.0.106
2026-06-15T08:24:08.6788394Z    Compiling unicode-ident v1.0.24
2026-06-15T08:24:08.6788809Z    Compiling quote v1.0.45
2026-06-15T08:24:08.6789252Z    Compiling libc v0.2.186
2026-06-15T08:24:08.6789656Z    Compiling serde_core v1.0.228
2026-06-15T08:24:08.6791266Z    Compiling cfg-if v1.0.4
2026-06-15T08:24:08.6813362Z    Compiling serde v1.0.228
2026-06-15T08:24:08.6853103Z    Compiling log v0.4.32
2026-06-15T08:24:08.6890980Z    Compiling pin-project-lite v0.2.17
2026-06-15T08:24:08.6891783Z    Compiling portable-atomic v1.13.1
2026-06-15T08:24:08.6991551Z    Compiling typenum v1.20.1
2026-06-15T08:24:08.6992822Z    Compiling version_check v0.9.5
2026-06-15T08:24:08.7041313Z    Compiling memchr v2.8.1
2026-06-15T08:24:08.7081683Z    Compiling critical-section v1.2.0
2026-06-15T08:24:08.7117237Z    Compiling shlex v2.0.1
2026-06-15T08:24:08.7405124Z    Compiling find-msvc-tools v0.1.9
2026-06-15T08:24:08.7731299Z    Compiling subtle v2.6.1
2026-06-15T08:24:08.7829136Z    Compiling bytes v1.11.1
2026-06-15T08:24:08.8035777Z    Compiling futures-core v0.3.32
2026-06-15T08:24:08.9530840Z    Compiling smallvec v1.15.1
2026-06-15T08:24:08.9667198Z    Compiling equivalent v1.0.2
2026-06-15T08:24:08.9704231Z    Compiling itoa v1.0.18
2026-06-15T08:24:08.9740979Z    Compiling semver v1.0.28
2026-06-15T08:24:09.0011260Z    Compiling stable_deref_trait v1.2.1
2026-06-15T08:24:09.0481409Z    Compiling futures-io v0.3.32
2026-06-15T08:24:09.0580727Z    Compiling slab v0.4.12
2026-06-15T08:24:09.0650805Z    Compiling futures-sink v0.3.32
2026-06-15T08:24:09.0961091Z    Compiling generic-array v0.14.7
2026-06-15T08:24:09.0991077Z    Compiling futures-task v0.3.32
2026-06-15T08:24:09.1570816Z    Compiling futures-channel v0.3.32
2026-06-15T08:24:09.1900877Z    Compiling bitflags v2.12.1
2026-06-15T08:24:09.2030446Z    Compiling hashbrown v0.17.1
2026-06-15T08:24:09.2490726Z    Compiling rustversion v1.0.22
2026-06-15T08:24:09.2661055Z    Compiling cpufeatures v0.2.17
2026-06-15T08:24:09.2814603Z    Compiling fnv v1.0.7
2026-06-15T08:24:09.3110606Z    Compiling rustc_version v0.4.1
2026-06-15T08:24:09.3296473Z    Compiling rand_core v0.10.1
2026-06-15T08:24:09.3357363Z    Compiling cfg_aliases v0.2.1
2026-06-15T08:24:09.3503970Z    Compiling strsim v0.11.1
2026-06-15T08:24:09.4067984Z    Compiling writeable v0.6.3
2026-06-15T08:24:09.4230358Z    Compiling litemap v0.8.2
2026-06-15T08:24:09.4320578Z    Compiling dunce v1.0.5
2026-06-15T08:24:09.4789736Z    Compiling icu_properties_data v2.2.0
2026-06-15T08:24:09.4941041Z    Compiling fs_extra v1.3.0
2026-06-15T08:24:09.5246960Z    Compiling ident_case v1.0.1
2026-06-15T08:24:09.6280710Z    Compiling getrandom v0.4.2
2026-06-15T08:24:09.6514102Z    Compiling utf8_iter v1.0.4
2026-06-15T08:24:09.6750791Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T08:24:09.7332828Z    Compiling percent-encoding v2.3.2
2026-06-15T08:24:09.7977036Z    Compiling autocfg v1.5.1
2026-06-15T08:24:09.8730820Z    Compiling http v1.4.1
2026-06-15T08:24:09.8786994Z    Compiling thiserror v2.0.18
2026-06-15T08:24:09.8890748Z    Compiling aws-lc-rs v1.17.0
2026-06-15T08:24:09.9330242Z    Compiling unicode-segmentation v1.13.3
2026-06-15T08:24:09.9391145Z    Compiling cpufeatures v0.3.0
2026-06-15T08:24:09.9540469Z    Compiling scopeguard v1.2.0
2026-06-15T08:24:09.9645523Z    Compiling form_urlencoded v1.2.2
2026-06-15T08:24:10.0070837Z    Compiling indexmap v2.14.0
2026-06-15T08:24:10.0270545Z    Compiling lock_api v0.4.14
2026-06-15T08:24:10.0650371Z    Compiling chacha20 v0.10.0
2026-06-15T08:24:10.1348885Z    Compiling syn v2.0.117
2026-06-15T08:24:10.1660386Z    Compiling untrusted v0.9.0
2026-06-15T08:24:10.1950890Z    Compiling heck v0.5.0
2026-06-15T08:24:10.2170606Z    Compiling rustls v0.23.40
2026-06-15T08:24:10.2557536Z    Compiling anyhow v1.0.102
2026-06-15T08:24:10.2920244Z    Compiling const-oid v0.10.2
2026-06-15T08:24:10.3190610Z    Compiling unicode-xid v0.2.6
2026-06-15T08:24:10.3548594Z    Compiling atomic-waker v1.1.2
2026-06-15T08:24:10.3983388Z    Compiling zerocopy v0.8.50
2026-06-15T08:24:10.4117473Z    Compiling parking_lot_core v0.9.12
2026-06-15T08:24:10.4158090Z    Compiling jobserver v0.1.34
2026-06-15T08:24:10.4389223Z    Compiling httparse v1.10.1
2026-06-15T08:24:10.4461075Z    Compiling paste v1.0.15
2026-06-15T08:24:10.4660946Z    Compiling num-traits v0.2.19
2026-06-15T08:24:10.4850804Z    Compiling convert_case v0.10.0
2026-06-15T08:24:10.5654194Z    Compiling hybrid-array v0.4.12
2026-06-15T08:24:10.6430445Z    Compiling curve25519-dalek v4.1.3
2026-06-15T08:24:10.6590584Z    Compiling ahash v0.8.12
2026-06-15T08:24:10.6920672Z    Compiling cc v1.2.63
2026-06-15T08:24:10.7083325Z    Compiling powerfmt v0.2.0
2026-06-15T08:24:10.8130965Z    Compiling base64ct v1.8.3
2026-06-15T08:24:10.8320600Z    Compiling either v1.16.0
2026-06-15T08:24:10.8451202Z    Compiling fastrand v2.4.1
2026-06-15T08:24:10.9000786Z    Compiling crypto-common v0.1.7
2026-06-15T08:24:10.9190679Z    Compiling block-buffer v0.10.4
2026-06-15T08:24:10.9950472Z    Compiling deranged v0.5.8
2026-06-15T08:24:11.0320484Z    Compiling digest v0.10.7
2026-06-15T08:24:11.0391117Z    Compiling http-body v1.0.1
2026-06-15T08:24:11.1340881Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T08:24:11.1921126Z    Compiling vcpkg v0.2.15
2026-06-15T08:24:11.1990464Z    Compiling num-conv v0.2.2
2026-06-15T08:24:11.2380733Z    Compiling data-encoding v2.11.0
2026-06-15T08:24:11.2508888Z    Compiling pkg-config v0.3.33
2026-06-15T08:24:11.2611003Z    Compiling tower-service v0.3.3
2026-06-15T08:24:11.2833523Z    Compiling zmij v1.0.21
2026-06-15T08:24:11.2904415Z    Compiling base64 v0.22.1
2026-06-15T08:24:11.3520731Z    Compiling tinyvec_macros v0.1.1
2026-06-15T08:24:11.4070755Z    Compiling mio v1.2.1
2026-06-15T08:24:11.4230449Z    Compiling socket2 v0.6.4
2026-06-15T08:24:11.4560827Z    Compiling getrandom v0.2.17
2026-06-15T08:24:11.6859774Z    Compiling rand_core v0.6.4
2026-06-15T08:24:11.7003545Z    Compiling time-core v0.1.8
2026-06-15T08:24:11.7212700Z    Compiling try-lock v0.2.5
2026-06-15T08:24:11.7660559Z    Compiling rand v0.10.1
2026-06-15T08:24:11.8051145Z    Compiling want v0.3.1
2026-06-15T08:24:11.8403415Z    Compiling parking_lot v0.12.5
2026-06-15T08:24:11.8638639Z    Compiling tinyvec v1.11.0
2026-06-15T08:24:11.9062214Z    Compiling sha2 v0.10.9
2026-06-15T08:24:11.9259257Z    Compiling crypto-common v0.2.2
2026-06-15T08:24:11.9559147Z    Compiling block-buffer v0.12.0
2026-06-15T08:24:12.0810599Z    Compiling cmake v0.1.58
2026-06-15T08:24:12.2160566Z    Compiling inout v0.1.4
2026-06-15T08:24:12.2230342Z    Compiling vergen-lib v9.1.0
2026-06-15T08:24:12.2660717Z    Compiling n0-future v0.3.2
2026-06-15T08:24:12.3340439Z    Compiling signature v2.2.0
2026-06-15T08:24:12.3802213Z    Compiling spin v0.10.0
2026-06-15T08:24:12.3841125Z    Compiling httpdate v1.0.3
2026-06-15T08:24:12.3950641Z    Compiling winnow v1.0.3
2026-06-15T08:24:12.4089513Z    Compiling crossbeam-utils v0.8.21
2026-06-15T08:24:12.4774541Z    Compiling cordyceps v0.3.4
2026-06-15T08:24:12.5050673Z    Compiling serde_json v1.0.150
2026-06-15T08:24:12.5334053Z    Compiling diatomic-waker v0.2.3
2026-06-15T08:24:12.5662030Z    Compiling parking v2.2.1
2026-06-15T08:24:12.6023219Z    Compiling ed25519 v2.2.3
2026-06-15T08:24:12.6360831Z    Compiling cipher v0.4.4
2026-06-15T08:24:12.6850779Z    Compiling netlink-packet-core v0.8.1
2026-06-15T08:24:12.7185753Z    Compiling futures-lite v2.6.1
2026-06-15T08:24:12.7211184Z    Compiling universal-hash v0.5.1
2026-06-15T08:24:12.7440944Z    Compiling vergen v9.1.0
2026-06-15T08:24:12.7573635Z    Compiling vergen-lib v0.1.6
2026-06-15T08:24:12.8217756Z    Compiling futures-buffered v0.2.13
2026-06-15T08:24:12.8297965Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T08:24:12.8374082Z    Compiling heapless v0.7.17
2026-06-15T08:24:12.8492886Z    Compiling noq-udp v0.10.0
2026-06-15T08:24:12.8871342Z    Compiling sync_wrapper v1.0.2
2026-06-15T08:24:12.9010648Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T08:24:12.9572191Z    Compiling allocator-api2 v0.2.21
2026-06-15T08:24:12.9740668Z    Compiling byteorder v1.5.0
2026-06-15T08:24:12.9890761Z    Compiling digest v0.11.3
2026-06-15T08:24:13.0220121Z    Compiling opaque-debug v0.3.1
2026-06-15T08:24:13.0860643Z    Compiling aws-lc-sys v0.41.0
2026-06-15T08:24:13.0970866Z    Compiling ring v0.17.14
2026-06-15T08:24:13.1100196Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T08:24:13.1209548Z    Compiling polyval v0.6.2
2026-06-15T08:24:13.1741381Z    Compiling hash32 v0.2.1
2026-06-15T08:24:13.2048705Z    Compiling vergen-gitcl v1.0.8
2026-06-15T08:24:13.2660697Z    Compiling spin v0.9.8
2026-06-15T08:24:13.3810755Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T08:24:13.3870826Z    Compiling signature v3.0.0
2026-06-15T08:24:13.4240769Z    Compiling fallible-iterator v0.3.0
2026-06-15T08:24:13.4790426Z    Compiling num_threads v0.1.7
2026-06-15T08:24:13.5210397Z    Compiling ryu v1.0.23
2026-06-15T08:24:13.5281563Z    Compiling tower-layer v0.3.3
2026-06-15T08:24:13.5647876Z    Compiling ghash v0.5.1
2026-06-15T08:24:13.6171149Z    Compiling time v0.3.47
2026-06-15T08:24:13.6631663Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T08:24:13.6991189Z    Compiling ctr v0.9.2
2026-06-15T08:24:13.7136661Z    Compiling aes v0.8.4
2026-06-15T08:24:13.7280788Z    Compiling http-body-util v0.1.3
2026-06-15T08:24:13.8080308Z    Compiling aead v0.5.2
2026-06-15T08:24:13.8564344Z    Compiling openssl-probe v0.2.1
2026-06-15T08:24:13.9116188Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T08:24:13.9200782Z    Compiling crossbeam-channel v0.5.15
2026-06-15T08:24:14.0060678Z    Compiling blake3 v1.8.5
2026-06-15T08:24:14.0400700Z    Compiling netlink-packet-route v0.29.0
2026-06-15T08:24:14.0591458Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T08:24:14.1080793Z    Compiling uuid v1.23.2
2026-06-15T08:24:14.2550631Z    Compiling memoffset v0.6.5
2026-06-15T08:24:14.3631189Z    Compiling aes-gcm v0.10.3
2026-06-15T08:24:14.3980521Z    Compiling acto v0.8.2
2026-06-15T08:24:14.4151127Z    Compiling netwatch v0.16.0
2026-06-15T08:24:14.5480183Z    Compiling noq v0.18.0
2026-06-15T08:24:14.5676061Z    Compiling mac-addr v0.3.0
2026-06-15T08:24:14.5735867Z    Compiling identity-hash v0.1.0
2026-06-15T08:24:14.6315264Z    Compiling rustc-hash v2.1.2
2026-06-15T08:24:14.6480553Z    Compiling ref-cast v1.0.25
2026-06-15T08:24:14.6582425Z    Compiling xml-rs v0.8.28
2026-06-15T08:24:14.6684758Z    Compiling tagptr v0.2.0
2026-06-15T08:24:14.7578633Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T08:24:14.7745184Z    Compiling rustix v1.1.4
2026-06-15T08:24:14.7808146Z    Compiling foldhash v0.2.0
2026-06-15T08:24:14.8010882Z    Compiling lru-slab v0.1.2
2026-06-15T08:24:14.9211114Z    Compiling thiserror v1.0.69
2026-06-15T08:24:14.9351133Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T08:24:14.9890654Z    Compiling hashbrown v0.16.1
2026-06-15T08:24:15.1450606Z    Compiling netlink-packet-route v0.30.0
2026-06-15T08:24:15.2108717Z    Compiling ioctl-rs v0.1.6
2026-06-15T08:24:15.2539126Z    Compiling errno v0.3.14
2026-06-15T08:24:15.2593812Z    Compiling serial-core v0.4.0
2026-06-15T08:24:15.3040799Z    Compiling termios v0.2.2
2026-06-15T08:24:15.3820865Z    Compiling simple-dns v0.9.3
2026-06-15T08:24:15.4267788Z    Compiling xmltree v0.10.3
2026-06-15T08:24:15.4298643Z    Compiling aho-corasick v1.1.4
2026-06-15T08:24:15.6660706Z    Compiling synstructure v0.13.2
2026-06-15T08:24:15.7620358Z    Compiling darling_core v0.20.11
2026-06-15T08:24:15.8476129Z    Compiling proc-macro-crate v3.5.0
2026-06-15T08:24:15.8867226Z    Compiling serde_derive_internals v0.29.1
2026-06-15T08:24:16.0594355Z    Compiling toml_write v0.1.2
2026-06-15T08:24:16.2202480Z    Compiling winnow v0.7.15
2026-06-15T08:24:16.2430462Z    Compiling linux-raw-sys v0.12.1
2026-06-15T08:24:16.2888700Z    Compiling arrayref v0.3.9
2026-06-15T08:24:16.3497881Z    Compiling signal-hook v0.3.18
2026-06-15T08:24:16.3530505Z    Compiling regex-syntax v0.8.10
2026-06-15T08:24:16.3690525Z    Compiling simdutf8 v0.1.5
2026-06-15T08:24:16.5105035Z    Compiling constant_time_eq v0.4.2
2026-06-15T08:24:16.5427399Z    Compiling sha1_smol v1.0.1
2026-06-15T08:24:16.6840700Z    Compiling resolv-conf v0.7.6
2026-06-15T08:24:16.6948659Z    Compiling arrayvec v0.7.6
2026-06-15T08:24:16.7480456Z    Compiling smol_str v0.1.24
2026-06-15T08:24:16.9720732Z    Compiling lru v0.16.4
2026-06-15T08:24:17.0013581Z    Compiling darling_core v0.23.0
2026-06-15T08:24:17.1580962Z    Compiling serial-unix v0.4.0
2026-06-15T08:24:17.2107834Z    Compiling signal-hook-registry v1.4.8
2026-06-15T08:24:17.3920666Z    Compiling serde_bytes v0.11.19
2026-06-15T08:24:17.5361159Z    Compiling serde_derive v1.0.228
2026-06-15T08:24:17.5936857Z    Compiling zeroize_derive v1.4.3
2026-06-15T08:24:17.6461143Z    Compiling tokio-macros v2.7.0
2026-06-15T08:24:17.7370521Z    Compiling futures-macro v0.3.32
2026-06-15T08:24:18.0810706Z    Compiling zerofrom-derive v0.1.7
2026-06-15T08:24:18.2722168Z    Compiling zeroize v1.8.2
2026-06-15T08:24:18.3719323Z    Compiling tokio v1.52.3
2026-06-15T08:24:18.4876269Z    Compiling yoke-derive v0.8.2
2026-06-15T08:24:18.7391709Z    Compiling zerovec-derive v0.11.3
2026-06-15T08:24:18.7550535Z    Compiling futures-util v0.3.32
2026-06-15T08:24:18.9606910Z    Compiling displaydoc v0.2.6
2026-06-15T08:24:19.0610735Z    Compiling tracing-attributes v0.1.31
2026-06-15T08:24:19.1410514Z    Compiling rustls-pki-types v1.14.1
2026-06-15T08:24:19.6100711Z    Compiling zerofrom v0.1.8
2026-06-15T08:24:19.7477610Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T08:24:19.7775054Z    Compiling thiserror-impl v2.0.18
2026-06-15T08:24:19.8850771Z    Compiling yoke v0.8.3
2026-06-15T08:24:20.1370545Z    Compiling zerotrie v0.2.4
2026-06-15T08:24:20.2600810Z    Compiling zerovec v0.11.6
2026-06-15T08:24:20.4590588Z    Compiling darling_macro v0.20.11
2026-06-15T08:24:20.4830477Z    Compiling derive_more-impl v2.1.1
2026-06-15T08:24:20.5467393Z    Compiling n0-error-macros v0.1.3
2026-06-15T08:24:20.6721136Z    Compiling spez v0.1.2
2026-06-15T08:24:20.8430298Z    Compiling darling v0.20.11
2026-06-15T08:24:20.9070836Z    Compiling derive_builder_core v0.20.2
2026-06-15T08:24:20.9106675Z    Compiling der v0.8.0-rc.10
2026-06-15T08:24:21.0770719Z    Compiling tinystr v0.8.3
2026-06-15T08:24:21.0813817Z    Compiling potential_utf v0.1.5
2026-06-15T08:24:21.2657430Z    Compiling icu_locale_core v2.2.0
2026-06-15T08:24:21.2766922Z    Compiling icu_collections v2.2.0
2026-06-15T08:24:21.6931001Z    Compiling pin-project-internal v1.1.13
2026-06-15T08:24:21.7900577Z    Compiling n0-error v0.1.3
2026-06-15T08:24:22.0796517Z    Compiling cobs v0.3.0
2026-06-15T08:24:22.2031114Z    Compiling ed25519-dalek v2.2.0
2026-06-15T08:24:22.3132012Z    Compiling spki v0.8.0-rc.4
2026-06-15T08:24:22.3592130Z    Compiling derive_builder_macro v0.20.2
2026-06-15T08:24:22.5140809Z    Compiling icu_provider v2.2.0
2026-06-15T08:24:22.6219478Z    Compiling ipnet v2.12.0
2026-06-15T08:24:22.6401341Z    Compiling derive_builder v0.20.2
2026-06-15T08:24:22.6930942Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T08:24:22.8380482Z    Compiling futures-executor v0.3.32
2026-06-15T08:24:22.8610319Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T08:24:22.9424824Z    Compiling icu_normalizer v2.2.0
2026-06-15T08:24:23.0090692Z    Compiling icu_properties v2.2.0
2026-06-15T08:24:23.0612354Z    Compiling prefix-trie v0.8.4
2026-06-15T08:24:23.0741083Z    Compiling futures v0.3.32
2026-06-15T08:24:23.1340489Z    Compiling pin-project v1.1.13
2026-06-15T08:24:23.2826296Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T08:24:23.4350725Z    Compiling once_cell v1.21.4
2026-06-15T08:24:23.4830428Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T08:24:23.5130617Z    Compiling postcard-derive v0.2.2
2026-06-15T08:24:23.7459945Z    Compiling tracing-core v0.1.36
2026-06-15T08:24:23.9917916Z    Compiling data-encoding-macro v0.1.20
2026-06-15T08:24:24.0010589Z    Compiling rustls-native-certs v0.8.4
2026-06-15T08:24:24.0530595Z    Compiling hashbrown v0.14.5
2026-06-15T08:24:24.0761087Z    Compiling strum_macros v0.28.0
2026-06-15T08:24:24.1141328Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T08:24:24.1568522Z    Compiling postcard v1.1.3
2026-06-15T08:24:24.3540278Z    Compiling tracing v0.1.44
2026-06-15T08:24:24.3643634Z    Compiling async-trait v0.1.89
2026-06-15T08:24:24.4560042Z    Compiling idna_adapter v1.2.2
2026-06-15T08:24:24.5591954Z    Compiling tokio-util v0.7.18
2026-06-15T08:24:24.5630856Z    Compiling idna v1.1.0
2026-06-15T08:24:24.6261318Z    Compiling netlink-sys v0.8.8
2026-06-15T08:24:24.7183453Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T08:24:24.7340830Z    Compiling tower v0.5.3
2026-06-15T08:24:24.8427334Z    Compiling hashlink v0.9.1
2026-06-15T08:24:24.8940917Z    Compiling enum-assoc v1.3.0
2026-06-15T08:24:24.9138304Z    Compiling num_enum_derive v0.7.6
2026-06-15T08:24:24.9711286Z    Compiling netlink-proto v0.12.0
2026-06-15T08:24:25.1065952Z    Compiling url v2.5.8
2026-06-15T08:24:25.2127599Z    Compiling derive_more v2.1.1
2026-06-15T08:24:25.2160200Z    Compiling netdev v0.42.0
2026-06-15T08:24:25.2540311Z    Compiling rusqlite v0.32.1
2026-06-15T08:24:25.2727332Z    Compiling iroh-metrics v0.38.3
2026-06-15T08:24:25.3841295Z    Compiling iroh-relay v0.98.0
2026-06-15T08:24:25.4116416Z    Compiling moka v0.12.15
2026-06-15T08:24:25.4656615Z    Compiling toml_datetime v0.6.11
2026-06-15T08:24:25.5509939Z    Compiling serde_spanned v0.6.9
2026-06-15T08:24:25.7010951Z    Compiling h2 v0.4.14
2026-06-15T08:24:25.7657668Z    Compiling tokio-stream v0.1.18
2026-06-15T08:24:25.7760779Z    Compiling ref-cast-impl v1.0.25
2026-06-15T08:24:25.7900744Z    Compiling thiserror-impl v1.0.69
2026-06-15T08:24:25.8519327Z    Compiling n0-watcher v0.6.1
2026-06-15T08:24:25.9261021Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T08:24:26.1451777Z    Compiling iroh-base v0.98.0
2026-06-15T08:24:26.1910585Z    Compiling num_enum v0.7.6
2026-06-15T08:24:26.3070466Z    Compiling tower-http v0.6.11
2026-06-15T08:24:26.3370070Z    Compiling attohttpc v0.30.1
2026-06-15T08:24:26.5381045Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T08:24:26.5979472Z    Compiling toml_edit v0.22.27
2026-06-15T08:24:26.6710765Z    Compiling webpki-roots v1.0.7
2026-06-15T08:24:26.8190773Z    Compiling regex-automata v0.4.14
2026-06-15T08:24:26.8320810Z    Compiling schemars_derive v1.2.1
2026-06-15T08:24:26.9647243Z    Compiling seize v0.5.1
2026-06-15T08:24:27.0380683Z    Compiling hmac v0.12.1
2026-06-15T08:24:27.1780763Z    Compiling strum v0.28.0
2026-06-15T08:24:27.2120342Z    Compiling iroh v0.98.2
2026-06-15T08:24:27.3230894Z    Compiling iroh-dns v0.98.0
2026-06-15T08:24:27.3300708Z    Compiling dyn-clone v1.0.20
2026-06-15T08:24:27.4000672Z    Compiling cmov v0.5.4
2026-06-15T08:24:27.4100611Z    Compiling rustix v0.38.44
2026-06-15T08:24:27.4243312Z    Compiling utf8parse v0.2.2
2026-06-15T08:24:27.4610923Z    Compiling bitflags v1.3.2
2026-06-15T08:24:27.5003786Z    Compiling pin-utils v0.1.0
2026-06-15T08:24:27.5550957Z    Compiling nix v0.25.1
2026-06-15T08:24:27.5589382Z    Compiling anstyle-parse v1.0.0
2026-06-15T08:24:27.5590584Z    Compiling filedescriptor v0.8.3
2026-06-15T08:24:27.6045314Z    Compiling ctutils v0.4.2
2026-06-15T08:24:27.7858901Z    Compiling papaya v0.2.4
2026-06-15T08:24:27.7930547Z    Compiling hkdf v0.12.4
2026-06-15T08:24:27.8191802Z    Compiling backon v1.6.0
2026-06-15T08:24:27.8910286Z    Compiling darling_macro v0.23.0
2026-06-15T08:24:27.9350473Z    Compiling serial v0.4.0
2026-06-15T08:24:27.9960919Z    Compiling foldhash v0.1.5
2026-06-15T08:24:28.0640559Z    Compiling downcast-rs v1.2.1
2026-06-15T08:24:28.1270742Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T08:24:28.1661552Z    Compiling instability v0.3.12
2026-06-15T08:24:28.2030856Z    Compiling colorchoice v1.0.5
2026-06-15T08:24:28.2754833Z    Compiling anstyle v1.0.14
2026-06-15T08:24:28.3097641Z    Compiling linux-raw-sys v0.4.15
2026-06-15T08:24:28.3311181Z    Compiling shell-words v1.1.1
2026-06-15T08:24:28.3430777Z    Compiling anstyle-query v1.1.5
2026-06-15T08:24:28.3560409Z    Compiling darling v0.23.0
2026-06-15T08:24:28.3690535Z    Compiling signal-hook-mio v0.2.5
2026-06-15T08:24:28.4150824Z    Compiling hashbrown v0.15.5
2026-06-15T08:24:28.4237878Z    Compiling spake2 v0.4.0
2026-06-15T08:24:28.4672412Z    Compiling terminal_size v0.4.4
2026-06-15T08:24:28.5259676Z    Compiling anstream v1.0.0
2026-06-15T08:24:28.5648707Z    Compiling strum_macros v0.26.4
2026-06-15T08:24:28.6011039Z    Compiling sha1 v0.10.6
2026-06-15T08:24:28.8090556Z    Compiling itertools v0.13.0
2026-06-15T08:24:28.8451856Z    Compiling castaway v0.2.4
2026-06-15T08:24:28.9196319Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T08:24:28.9330585Z    Compiling unicode-width v0.1.14
2026-06-15T08:24:28.9430411Z    Compiling static_assertions v1.1.0
2026-06-15T08:24:29.0200599Z    Compiling clap_lex v1.1.0
2026-06-15T08:24:29.0300634Z    Compiling schemars v1.2.1
2026-06-15T08:24:29.2100362Z    Compiling toml v0.8.23
2026-06-15T08:24:29.2867544Z    Compiling doctest-file v1.1.1
2026-06-15T08:24:29.2980712Z    Compiling indoc v2.0.7
2026-06-15T08:24:29.7863536Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T08:24:29.7997859Z    Compiling regex v1.12.3
2026-06-15T08:24:29.9640758Z    Compiling interprocess v2.4.2
2026-06-15T08:24:30.2452090Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T08:24:30.6237606Z    Compiling crossterm v0.28.1
2026-06-15T08:24:30.7960255Z    Compiling unicode-truncate v1.1.0
2026-06-15T08:24:30.8470694Z    Compiling clap_builder v4.6.0
2026-06-15T08:24:30.9370507Z    Compiling lru v0.12.5
2026-06-15T08:24:31.0865434Z    Compiling compact_str v0.8.2
2026-06-15T08:24:31.1724903Z    Compiling clap_derive v4.6.1
2026-06-15T08:24:31.2591131Z    Compiling strum v0.26.3
2026-06-15T08:24:31.3736846Z    Compiling iana-time-zone v0.1.65
2026-06-15T08:24:31.6018550Z    Compiling hyper v1.10.1
2026-06-15T08:24:31.7060620Z    Compiling cassowary v0.3.0
2026-06-15T08:24:31.8728182Z    Compiling portable-pty v0.8.1
2026-06-15T08:24:31.9579189Z    Compiling unicode-width v0.2.0
2026-06-15T08:24:31.9851087Z    Compiling chrono v0.4.45
2026-06-15T08:24:32.2050673Z    Compiling ratatui v0.29.0
2026-06-15T08:24:32.2538200Z    Compiling nucleo-matcher v0.3.1
2026-06-15T08:24:32.3320694Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T08:24:32.5460487Z    Compiling qrcode v0.14.1
2026-06-15T08:24:33.1179669Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T08:24:33.2812483Z    Compiling tempfile v3.27.0
2026-06-15T08:24:33.5943214Z    Compiling hyper-util v0.1.20
2026-06-15T08:24:33.6793374Z    Compiling clap v4.6.1
2026-06-15T08:24:35.8012103Z    Compiling igd-next v0.17.1
2026-06-15T08:24:36.9455805Z    Compiling portmapper v0.16.0
2026-06-15T08:24:40.9524140Z    Compiling rustls-webpki v0.103.13
2026-06-15T08:24:43.2633442Z    Compiling tokio-rustls v0.26.4
2026-06-15T08:24:43.2633882Z    Compiling noq-proto v0.17.0
2026-06-15T08:24:43.2634185Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T08:24:43.3955922Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T08:24:43.3956432Z    Compiling hyper-rustls v0.27.9
2026-06-15T08:24:43.3956740Z    Compiling tokio-websockets v0.13.2
2026-06-15T08:24:43.5194912Z    Compiling reqwest v0.13.4
2026-06-15T08:24:44.4303240Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T08:24:58.1827624Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T08:24:59.5544926Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T08:25:05.9433485Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T08:25:07.1549873Z warning: function `windows_quote_arg` is never used
2026-06-15T08:25:07.1550359Z    --> crates/spt/src/elevation.rs:227:4
2026-06-15T08:25:07.1550669Z     |
2026-06-15T08:25:07.1550921Z 227 | fn windows_quote_arg(arg: &str) -> String {
2026-06-15T08:25:07.1551222Z     |    ^^^^^^^^^^^^^^^^^
2026-06-15T08:25:07.1551432Z     |
2026-06-15T08:25:07.1551714Z     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2026-06-15T08:25:07.1551982Z 
2026-06-15T08:25:07.1552142Z warning: function `windows_runas_params` is never used
2026-06-15T08:25:07.1552470Z    --> crates/spt/src/elevation.rs:263:8
2026-06-15T08:25:07.1552809Z     |
2026-06-15T08:25:07.1553057Z 263 | pub fn windows_runas_params(args: &[String]) -> String {
2026-06-15T08:25:07.1553376Z     |        ^^^^^^^^^^^^^^^^^^^^
2026-06-15T08:25:07.1553548Z 
2026-06-15T08:25:09.3457306Z warning: `spt` (bin "spt") generated 2 warnings
2026-06-15T08:25:09.3457763Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T08:25:09.3681726Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-bf773ae5031bcf02)
2026-06-15T08:25:09.3694609Z 
2026-06-15T08:25:09.3694777Z running 1 test
2026-06-15T08:25:15.6661021Z test new_brain_serves_against_old_broker ... ok
2026-06-15T08:25:15.6661392Z 
2026-06-15T08:25:15.6661737Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.30s
2026-06-15T08:25:15.6662176Z 
